home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 35 / LAUNCH 35.iso / pc / Launch.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  1999-09-21  |  843b  |  46 lines

  1. object frmMain: TfrmMain
  2.   Left = 249
  3.   Top = 114
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'FastSplash'
  7.   ClientHeight = 314
  8.   ClientWidth = 438
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 412
  22.     Height = 289
  23.     AutoSize = True
  24.   end
  25.   object Memo1: TMemo
  26.     Left = 177
  27.     Top = 7
  28.     Width = 214
  29.     Height = 109
  30.     TabStop = False
  31.     BorderStyle = bsNone
  32.     Lines.Strings = (
  33.       'ini file')
  34.     ReadOnly = True
  35.     TabOrder = 0
  36.     Visible = False
  37.   end
  38.   object Timer1: TTimer
  39.     Enabled = False
  40.     Interval = 500
  41.     OnTimer = Timer1Timer
  42.     Left = 80
  43.     Top = 176
  44.   end
  45. end
  46.